-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Standardize license across source files #45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -1,13 +1,11 @@ | |||
/** | |||
* Copyright 2015-present, Facebook, Inc. | |||
* All rights reserved. | |||
* Copyright (c) 2013-present, Facebook, Inc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made the year here consistent with other files.
* | ||
* This source code is licensed under the BSD-style license found in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed BSD to CC-BY-4.0
@@ -1,13 +1,11 @@ | |||
/** | |||
* Copyright 2015-present, Facebook, Inc. | |||
* All rights reserved. | |||
* Copyright (c) 2013-present, Facebook, Inc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2015 -> 2013
* This source code is licensed under the BSD-style license found in the | ||
* LICENSE file in the root directory of this source tree. An additional grant | ||
* of patent rights can be found in the PATENTS file in the same directory. | ||
* This source code is licensed under the CC-BY-4.0 license found |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BSD -> CC-BY-4.0
Deploy preview ready! Built with commit 1ea6322 |
Thanks. |
* Translate DOM Elements * Update content/docs/reference-dom-elements.md Co-Authored-By: tiagohermano <tiagofhermano@gmail.com> * Update content/docs/reference-dom-elements.md Co-Authored-By: tiagohermano <tiagofhermano@gmail.com> * Update content/docs/reference-dom-elements.md Co-Authored-By: tiagohermano <tiagofhermano@gmail.com> * Update content/docs/reference-dom-elements.md Co-Authored-By: tiagohermano <tiagofhermano@gmail.com> * Update content/docs/reference-dom-elements.md Co-Authored-By: tiagohermano <tiagofhermano@gmail.com> * Update content/docs/reference-dom-elements.md Co-Authored-By: tiagohermano <tiagofhermano@gmail.com> * Update content/docs/reference-dom-elements.md Co-Authored-By: tiagohermano <tiagofhermano@gmail.com> * Update content/docs/reference-dom-elements.md Co-Authored-By: tiagohermano <tiagofhermano@gmail.com> * Update content/docs/reference-dom-elements.md Co-Authored-By: tiagohermano <tiagofhermano@gmail.com> * Update content/docs/reference-dom-elements.md Co-Authored-By: tiagohermano <tiagofhermano@gmail.com> * Update content/docs/reference-dom-elements.md Co-Authored-By: tiagohermano <tiagofhermano@gmail.com> * Update content/docs/reference-dom-elements.md Co-Authored-By: tiagohermano <tiagofhermano@gmail.com> * Update content/docs/reference-dom-elements.md Co-Authored-By: tiagohermano <tiagofhermano@gmail.com> * Update content/docs/reference-dom-elements.md Co-Authored-By: tiagohermano <tiagofhermano@gmail.com> * Update content/docs/reference-dom-elements.md Co-Authored-By: tiagohermano <tiagofhermano@gmail.com> * Update content/docs/reference-dom-elements.md Co-Authored-By: tiagohermano <tiagofhermano@gmail.com> * Update content/docs/reference-dom-elements.md Co-Authored-By: tiagohermano <tiagofhermano@gmail.com> * Update content/docs/reference-dom-elements.md Co-Authored-By: tiagohermano <tiagofhermano@gmail.com> * Substituição do termo 'customizada' por 'personalizada' * Update content/docs/reference-dom-elements.md Co-Authored-By: tiagohermano <tiagofhermano@gmail.com> * Update content/docs/reference-dom-elements.md Co-Authored-By: tiagohermano <tiagofhermano@gmail.com> * Update content/docs/reference-dom-elements.md Co-Authored-By: tiagohermano <tiagofhermano@gmail.com> * Update content/docs/reference-dom-elements.md Co-Authored-By: tiagohermano <tiagofhermano@gmail.com> * Update content/docs/reference-dom-elements.md Co-Authored-By: tiagohermano <tiagofhermano@gmail.com> * Update content/docs/reference-dom-elements.md Co-Authored-By: tiagohermano <tiagofhermano@gmail.com> * Update content/docs/reference-dom-elements.md Co-Authored-By: tiagohermano <tiagofhermano@gmail.com> * Update content/docs/reference-dom-elements.md Co-Authored-By: tiagohermano <tiagofhermano@gmail.com> * Update content/docs/reference-dom-elements.md Co-Authored-By: tiagohermano <tiagofhermano@gmail.com> * Tradução de 'browser' para 'navegador' * Update content/docs/reference-dom-elements.md Co-Authored-By: tiagohermano <tiagofhermano@gmail.com> * Update content/docs/reference-dom-elements.md Co-Authored-By: tiagohermano <tiagofhermano@gmail.com> * Update content/docs/reference-dom-elements.md Co-Authored-By: tiagohermano <tiagofhermano@gmail.com> * Update content/docs/reference-dom-elements.md Co-Authored-By: tiagohermano <tiagofhermano@gmail.com> * Update content/docs/reference-dom-elements.md Co-Authored-By: tiagohermano <tiagofhermano@gmail.com>
Some of the source files were still mentioning the BSD license. I changed them to CC-BY-4.0 and also made the year consistent as 2013 (some files were 2015).